@extends('admin.layouts.main') @section('content')

Create author

@csrf
@if ($errors->has('cname'))
{{ $errors->first('cname') }}
@endif
@if ($errors->has('sname'))
{{ $errors->first('sname') }}
@endif
@endsection @push('script') @endpush @push('style') @endpush