@extends('layouts.app_admin') @section('content') Dashboard > Blog List > Add Blog @csrf Title @if ($errors->has('title')) {{ $errors->first('title') }} @endif Content @if ($errors->has('content')) {{ $errors->first('content') }} @endif Image Browse @if ($errors->has('image')) {{ $errors->first('image') }} @endif Add Cancel @endsection