@extends('layouts.app') @section('content')

Edit Publisher

@if (Auth::user()->privilege == 'admin') All Publishers @endif
{{-- Update Information --}}
@csrf
@error('email') {{ $message }} @enderror
{{-- Update Password --}}
@csrf
Update Password
@endsection @push('footerPartial') @endpush