@extends('backend.layout') @section('content')
{{ csrf_field() }}
{{ ( isset($id) ? 'Chỉnh sửa thông tin thiết bị' :'Thêm mới thiết bị') }}
@endsection @push('styles') @endpush @push('scripts') @endpush