@extends('layouts.app') @section('header-title', __('Edit Banner')) @section('content')
{{__('Edit Banner')}}
@csrf @method('PUT')
@endsection