@extends('layouts.admin') @section('content')
@lang('admin_gallery.new')
@include('admin.galleries.form', ['path'=>route('admin.galleries.store'), 'method'=>'POST'])
@endsection