@extends('admin.layouts.index') @push('style') @endpush @section('content') {{!empty($cafeDetails) ? 'EDIT' : 'ADD'}} CAFE arrow_back @if(empty($cafeDetails)) @else @method('PUT') @endif @csrf Name Location @if(empty($cafeDetails)) @else @endif @endsection @push('script') @endpush