{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')

বিদেশ ভ্রমন (Foreign Travel)

@foreach($datas as $data) @endforeach
Name Rank NID Contact Number Country Purpose Start Date End Date Action
{{ $data->employee->name}} {{ $data->employee->rank}} {{ $data->employee->nid}} {{ $data->employee->sms_number}} {{ $data->country}} {{ $data->purpose}} {{ $data->from}} {{ $data->to}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection