@extends('Admin.components.layout') @section('title') Surgery @endsection @section('subtitle') @if (isset($data)) Surgery Group - Edit @else Surgery Group - Add @endif @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }} @if (isset($data)) @endif
@if(isset($data)) @php $Arr=explode(",",$data->surgery_id); @endphp @endisset
@endsection @section('js') @endsection