@extends('admin.layouts.app') @push('stylesheets') @endpush @section('content')
@include('Gallery::admin.inc.alert')
@foreach($gallerycategory as $k => $v) @endforeach
Category Action
{{$v->category}}
@endsection @push('scripts') @endpush