@extends('admin.layouts.admin') @section('title') Admin | Edit Restaurant / Nightlife @endsection @section('styles') @endsection @section('content')

Edit Restaurant / Nightlife

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
  @if($recordDetails->is_active == 1) ACTIVE @else INACTIVE @endif
@if($providers)
@endif @if(isset($recordDetails->provider)&&$recordDetails->provider)

{{ $recordDetails->provider->name }}   Click here

@endif
@endsection @section('scripts') @endsection