@extends('admin.layout.master') @push('css') {{-- --}} {{-- --}} {{-- --}} @endpush @section('content')

{{trans('admin.' .$title.'_edit')}}

{{csrf_field()}} {{method_field('put')}} @include('admin.layout.message')
@if($rows->banners != null)
@endif
@endsection @push('js') {{-- --}} @endpush