@extends('admin.admin_dashboard') @section('admin') @php $isEdit = $rate->exists; @endphp
@csrf @if($isEdit) @method('PUT') @endif
@endsection