@extends('adminlte::page') @section('title', 'Location-review-details') @section('content_header') @stop @section('content')

Location

Add Location Review Details

@csrf
@if ($errors->has('department_id'))

{{ $errors->first('department_id') }}

@endif
@if ($errors->has('location_id'))

{{ $errors->first('location_id') }}

@endif
@if ($errors->has('location_name'))

{{ $errors->first('location_name') }}

@endif
@if ($errors->has('visibility'))

{{ $errors->first('visibility') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@stop @section('js') @include('admin.locationReviewDetails.scripts.index') @stop