@extends('layouts.app') @section('title') @php $tablename=$_GET['view'] @endphp {{$tablename}} @endsection @section('FirstLink') Page @endsection @section('content') @php $tableNo=1; @endphp

Pages

@if($MyPermissionPage[$tablename]) @if($MyPermissionPage[$tablename]->add == 1) {{trans('app.New Record')}} @endif @endif
{{csrf_field()}}
@endsection @section('script') @endsection