@extends('layouts.master')
@section('title') @lang('translation.Asset Category') @endsection
@section('css')
@endsection
@section('content')
@component('components.breadcrumb')
@slot('li_1') Asset Category @endslot
@slot('title') Add Asset Category @endslot
@endcomponent
@endsection
@section('script')
@endsection