@extends('admin.layouts.app', ['title' => __('Tag')]) @section('content')

{{ __('Gallery') }}

@if ($message = Session::get('success')) @endif @if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@include('admin.layouts.footers.auth')
@endsection @push('js') @endpush