@extends('admin.layouts.app') @section('title', $title) @section('content') {{$title}} Home {{$title}} {{$title}} @csrf @if ($action == 'add') @endif Name @endsection @section('script') @endsection