@extends('Admin.components.layout') @section('title') Surgery @endsection @section('subtitle') Edit Surgery @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
@endsection @section('js') @endsection