@extends('layouts.admin') @section('page-title', 'Add Hero Quotation') @section('content')

Add New Hero Quotation

Back @if ($errors->any())
@endif
@csrf
@endsection