@extends('admin.layout.master') @section('content') @section('honor', 'active') @section('title', 'My Page')
@if (session('success'))
{{ session('success') }}
@endif
Update honor
@csrf
{{ $errors->first('cover_image') }}
{{ $errors->first('profile_image') }}
{{ $errors->first('full_name') }}
{{ $errors->first('dob') }}
{{ $errors->first('death_date') }}
{{ $errors->first('images') }}
{{ $errors->first('bio') }}
{{ $errors->first('about') }}
{{ $errors->first('story') }}
{{--
{{ $errors->first('gallery') }}
--}}
@endsection @push('script') @endpush