@extends('admin.layouts.app') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

CONTACT

@csrf @if(isset($data)) @method('PUT') @endif
@if ($errors->has('opening_day_from')) {{ $errors->first('opening_day_from') }} @endif
@if ($errors->has('opening_day_to')) {{ $errors->first('opening_day_to') }} @endif
@if ($errors->has('opening_time_from')) {{ $errors->first('opening_time_from') }} @endif
@if ($errors->has('opening_time_to')) {{ $errors->first('opening_time_to') }} @endif
@if ($errors->has('contact_number')) {{ $errors->first('contact_number') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@endsection