@extends('layouts.app') @section('title') {{__('Institutes')}} @endsection @section('breadcrumb')

{{__('Institutes')}}

@endsection @section('content')
@can('create_institute') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# {{ __('Barcode') }} {{ __('Name') }} {{ __('Phone') }} {{ __('Email') }} {{ __('Contract') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Action') }}
@endsection @section('scripts') @endsection