@extends('main-page') @section('content')
{{-- To update data --}} @if ($btnStatus == 'update')
@csrf

@endif {{-- To add data --}} @if ($btnStatus == 'add')
@csrf

@endif
@endsection