@extends('lay.dnekcab.retsam') @section('title') {{ $page_title }} @endsection @section('page-content')
{{ $lettersInfo->total() }}

@csrf
@include('dnekcab.nimda.letter.write.list')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- letter print section --}} {{-- letter print section --}} @endsection @section('js') @endsection