@extends('cms::layouts.master') @section('title', 'Update gallery') @section('content')
Title
{{ validationError($errors->get('title')) }}
display order
{{ validationError($errors->get('display_order')) }}
image
{{ validationError($errors->get('image')) }}
@if ($gallery->image && file_exists(public_path('uploads/galleries/' . $gallery->image)))
@endif
Description
{{ old('description', $gallery->description) }}
Cancel
Update
@endsection