@extends('layouts.main')
@section('title')
{{ __('Facility') }}
@endsection
@section('page-main-title')
{{ __('Facility') }}
@endsection
@section('content')
{{ __('Create Facility') }}
{{ __('ID') }}
{{ __('Name') }}
{{ __('Image') }}
{{ __('Type') }}
{{ __('Is Required ?') }}
{{ __('Value') }}
@if (has_permissions('update', 'facility'))
{{ __('Action') }}
@endif