@extends("layouts.admin.app") @section("page-title") {{__("create-main-banner")}} @endSection @section("page-nav-title")

{{__("main-banner")}}

{{__("Create")}}

@endsection @section("content")

{{__("Create")}}

@csrf

@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@endsection @section("scripts") @endsection