@extends('layouts.master') @push('page-style') @endpush @section('page-content')

Add New Saraswani

{{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('coverfile')) {{ $errors->first('coverfile') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@endsection