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

{{!empty($shelterDetails) ? 'EDIT' : 'ADD'}} SHELTER

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