@extends('layouts.app_admin') @section('content') Dashboard > Blog List > Add Blog {{ csrf_field() }} Name* @if ($errors->has('testimonials_name')) {{ $errors->first('testimonials_name') }} @endif Image* Browse @if ($errors->has('image')) {{ $errors->first('image') }} @endif Description* Status* Select Status Active Inactive Add Cancel @endsection