@extends('layouts.master') @section('title') {{isset($blog) ? 'Edit blog': 'Add blog'}} @endsection @section('css') @endsection @section('page-header')
{{$errors->first('category_id')}}
{{$errors->first('title')}}
{{$errors->first('overview')}}
{{$errors->first('description')}}
{{$errors->first('main_image')}}
{{$errors->first('video')}}