@extends('layouts.home_layout') @php $pageTitle = "Farmar Info Edit"; @endphp @section('title', $pageTitle) @section('style') @endsection @section('content')
@include('common.alert_msg')

Farmar Info List

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('script') @endsection