@extends('backend.layouts.app') @section('title') Edit Award/ Achivements @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('backend.award-recognition.partials.form')
@endsection