@extends('layouts.admin') @section('page-header', 'Scientific Sponsors Title') @section('content')
@csrf
@if ($errors->has('scientific_sponsors_title'))
{{ $errors->first('scientific_sponsors_title') }}
@endif
@if ($errors->has('scientific_sponsors_description'))
{{ $errors->first('scientific_sponsors_description') }}
@endif
@if ($errors->has('why_sponsorship_title'))
{{ $errors->first('why_sponsorship_title') }}
@endif
@if ($errors->has('why_sponsorship_description'))
{{ $errors->first('why_sponsorship_description') }}
@endif
@endsection @section('scripts') @endsection