@extends('layouts.admin') @section('title') ویرایش گالری @endsection @section('content')

ویرایش گالری

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
show_home == 1) checked @endif name="show_home" value="1" class="custom-control-input">
show_home == 0) checked @endif name="show_home" value="0" class="custom-control-input">
@endsection