@extends('backend.template') @section('content')

- {{$data->title}}

@csrf
{{createCustomSelect('tbl_galleries', 'title', 'gallery_id', $data->gallery_id, 'Gallery ','galleries_id', 'form-control select2','status<>-1')}}
{{createText("title","title","Title")}}
{{createMultiImageInput("thumb","Thumb")}}

Photos as $Photo) : ?>
@endSection @push("js") @endpush