@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

Nomor Surat : {{ $prods->nomor_surat }} | Tanggal : {{ date('d F Y',strtotime($prods->tanggal_surat)) }}

@error('pegawais_id') {{ $message }} @enderror

{!! $prods->tugas !!}

{{--
--}}
@endsection @section('script') @endsection