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

PIC

Page for create Master PIC

@foreach ($pics as $pic) @endforeach
Code Name Description Email Title Action
{{ $pic->code }} {{ $pic->name }} {{ $pic->desc }} {{ $pic->email }} {{ $pic->title }}
  • Are you sure want to delete this ?

    @csrf @method('DELETE')
@endsection @section('js') @endsection