@extends('layouts.master') @section('content')
@include('layouts._includes._team-navigation',["active"=>"gallery"])

Save
@endsection @push('custom_js') @include('_helpers.row_reorder', ['url' => route('admin.teams.gallery.reorder',$team->id)]) @include('_helpers.ajax_form') @include('_helpers.yajra',['url' => route("admin.teams.gallery.index",$team->id), 'columns' => $columns]) @include('_helpers.swal_delete') @include('_helpers.image_preview', ['name' => 'image']) @include('_helpers.status_change', ['url' => route('admin.teams.gallery.status',$team->id)]) @endpush