@extends('layouts.doctor') @section('title', 'Add Award') @section('header', 'New Recognition') @section('content')

Award Details

Add a professional achievement to your portfolio.

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Click to upload or multi-select images
Cancel
@endsection