@extends('layouts.app') @section('title', __('Create Adjustment')) @section('breadcrumb') {{ __('Dashboard') }} {{ __('Home') }} {{ __('Adjustments') }} {{ __('Add') }} @endsection @section('content') @endsection