@extends('admin.layouts.app') @if($method == 'PUT') @section('title', \App\Helpers\TranslationHelper::translate('Edit Bottom Banner')) @else @section('title', \App\Helpers\TranslationHelper::translate('Add Bottom Banner')) @endif @section('crumb') @endsection @section('content')
@csrf @if($method == 'PUT') @method('PUT') @endif
@error('image') {{ $message }} @enderror @if($bottom_banner->getFirstMediaUrl('bottom_banners') != null) bottom_banners @endif
@endsection