@extends('layouts.admin') @section('template_title') Update Doctore @endsection @section('content')
@includeif('partials.errors')
Update Doctore
{{ method_field('PATCH') }} @csrf @include('admin.doctore.formedit')
@endsection