@extends('layouts.admin') @section('title', 'Create Destination') @section('breadcrumbs', 'Destinations' ) @section('second-breadcrumb')
  • Create
  • @endsection @section('css') @endsection @section('content')

    @csrf
    {{$errors->first('title')}}
    {{$errors->first('image')}}
    @endsection @section('script') {{-- ckeditor --}} @endsection