@extends('layouts.admin') @section('title', 'Add Equipment') @section('content')
@csrf @include('equipment._form')
Save Cancel
@endsection