@extends('adminlte::page') @section('title', 'Edit Accreditation') @section('content_header')

Edit Accreditation

@stop @section('content')

Edit Accreditation

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('logo') {{ $message }} @enderror @if($accreditation->logo)
{{ $accreditation->name }}
@endif
@stop @section('js') @stop