@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

gallery

@endsection @section('breadcrumb-items') @endsection @section('content')
{{ isset($gallery) ? "Edit gallery" : "Add gallery" }}
@csrf
@if(Session::has('message')) @endif @if(isset($gallery)) @method('PUT') @else @endif

@if((isset($gallery)) && ($gallery->hasMedia('gallery_image'))) @endif
@endsection @section('script') @endsection