@extends('admin.layouts.app') @push('style') @endpush @section('content')

{{!empty($specialityDetails) ? 'EDIT' : 'ADD'}} SPECIALITY

@if(empty($specialityDetails))
@else @method('PUT') @endif @csrf
@if(empty($specialityDetails)) @else @endif
@endsection @push('script') @endpush