@extends('backend.layouts.master') @section('title', __('static.banner.create')) @section('content')
{{ __('static.banner.create') }}
@csrf @include('backend.banner.fields')
@endsection