@extends('layouts.app') {{-- title --}} @section('title','Presensi') {{-- vendor scripts --}} @section('vendor-styles') @endsection {{-- page-styles --}} @section('page-styles') @endsection @section('content')

Data @yield('title')

@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection