@extends('layouts.admin.app') @section('title', __('trans.banner.edit_banner')) @section('content')
{{ __('trans.banner.title') }} @yield('title')
@csrf @method('put')
{{--
--}}
@if (!empty(old('img', $banner->img))) @endif
@endsection @section('js') @endsection