@extends('layouts.app', ['activePage' => 'listBanner', 'titlePage' => __('Add Banner')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

{{__('pages.add')}} {{__('pages.banner')}}

@csrf
{{ __('pages.back') }}

@endsection @push('js') @endpush