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

বিদেশে পোস্টিং (Posting Abroad)

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