@extends('admin.portal') @section('title', 'Create Asset') @section('header_title', 'Create Asset') @section('content')

← Back
@if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @include('admin.assets._form', ['asset' => null])
@endsection