@extends('layouts.main') @section('title') {{ __('System Update') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
@endsection @section('script') @endsection