@extends('layouts.master') @section('title') Publications @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') About @endslot @slot('title') Publications @endslot @endcomponent
@csrf
image
The image is preferred to be 260 x 130 @error('image') {{ $message }} @enderror
@error('order') {{ $message }} @enderror
published ? 'checked' : '' }}>
@error('published') {{ $message }} @enderror

Back
@endsection