@extends('dashboard.layouts.master') @section('content')

{{__('admin.Add New')}}

@csrf
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('short_description')) {{ $errors->first('short_description') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{----}}
@endsection