@extends('layouts.admin-layout') @section('title') Edit Galleries @endsection @section('content')

Edit Galleries

@csrf
@error('galleries_image') {{$message}} @enderror
Default Preview
status === 1 ? 'checked': ''}}>
@endsection @section('script') @endsection