@extends('backend.layouts.master') @section('title') Tour Category @endsection @section('main-content') @include('backend.layouts.notification')
Tour Tag
{{csrf_field()}}
@error('title') {{$message}} @enderror
@error('photo') {{$message}} @enderror
@error('banner') {{$message}} @enderror
@error('status') {{$message}} @enderror
@endsection