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

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

* @if ($errors->has('description')) @endif
@endsection @section('js') @endsection