@extends('admin.layouts.app') @section('title', __('admins') ) @section('content') @if ($errors->any())
@endif
@csrf @method('PUT')
{{ __("Created.") }} {{ $banners->created_at }}
@endsection @section('javascript') @endsection