@extends('admin/default') @section('css') @endsection @section('content')
@method('put') @csrf
* @if ($errors->has('title')) @endif
@if ($errors->has('banner_image')) @endif

Allowed JPG, GIF or PNG. Max size of 800kB. Ratio should be 480:89

@endsection @section('js') @endsection