@extends('admin/course-management/course-details/index') @section('main-content-tab')
@csrf

Create Facility

@if($errors->has('facilities_id')) {{ $errors->first('facilities_id') }} @endif {{-- --}} {{-- --}}
{{--
@if($errors->has('title_bn')) {{ $errors->first('title_bn') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('description_bn')) {{ $errors->first('description_bn') }} @endif
--}}
Back
{{--
Suggested Image ratio: 26 x 26 | max-size: 500 KB @if($errors->has('icon')) {{ $errors->first('icon') }} @endif
--}}
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') {{----}} //validate form @endsection