@extends('backend.layouts.master') @section('title') Edit Tour Category @endsection @section('main-content') @include('backend.layouts.notification')
Edit Tour Category
@csrf @method('PATCH')
@error('title') {{$message}} @enderror
@if($tourTag->photo)

Current Photo:

Current Photo
@endif @error('photo') {{$message}} @enderror
@if($tourTag->banner)

Current Banner:

Current Banner
@endif @error('banner') {{$message}} @enderror
@error('status') {{$message}} @enderror
@endsection